﻿2026-06-20T11:34:06.2254034Z Current runner version: '2.335.1'
2026-06-20T11:34:06.2258496Z Runner name: 'kitsubito'
2026-06-20T11:34:06.2259090Z Runner group name: 'Default'
2026-06-20T11:34:06.2259739Z Machine name: 'KITSUBITO'
2026-06-20T11:34:06.2261630Z ##[group]GITHUB_TOKEN Permissions
2026-06-20T11:34:06.2263372Z Contents: read
2026-06-20T11:34:06.2263774Z Metadata: read
2026-06-20T11:34:06.2264131Z Packages: read
2026-06-20T11:34:06.2264483Z ##[endgroup]
2026-06-20T11:34:06.2266028Z Secret source: Actions
2026-06-20T11:34:06.2266528Z Prepare workflow directory
2026-06-20T11:34:06.2619041Z Prepare all required actions
2026-06-20T11:34:06.2648289Z Getting action download info
2026-06-20T11:34:06.5499555Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-20T11:34:07.0356698Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-20T11:34:07.1175889Z ##[group]Run actions/checkout@v5
2026-06-20T11:34:07.1176610Z with:
2026-06-20T11:34:07.1176968Z   repository: SaberMage/spt-core
2026-06-20T11:34:07.1180417Z   token: ***
2026-06-20T11:34:07.1180774Z   ssh-strict: true
2026-06-20T11:34:07.1181133Z   ssh-user: git
2026-06-20T11:34:07.1181482Z   persist-credentials: true
2026-06-20T11:34:07.1181865Z   clean: true
2026-06-20T11:34:07.1182226Z   sparse-checkout-cone-mode: true
2026-06-20T11:34:07.1182645Z   fetch-depth: 1
2026-06-20T11:34:07.1182988Z   fetch-tags: false
2026-06-20T11:34:07.1183341Z   show-progress: true
2026-06-20T11:34:07.1183690Z   lfs: false
2026-06-20T11:34:07.1184014Z   submodules: false
2026-06-20T11:34:07.1184373Z   set-safe-directory: true
2026-06-20T11:34:07.1184957Z ##[endgroup]
2026-06-20T11:34:07.1955953Z Syncing repository: SaberMage/spt-core
2026-06-20T11:34:07.1957450Z ##[group]Getting Git version info
2026-06-20T11:34:07.1958128Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-20T11:34:07.1959072Z [command]/usr/bin/git version
2026-06-20T11:34:07.1959469Z git version 2.43.0
2026-06-20T11:34:07.1963532Z ##[endgroup]
2026-06-20T11:34:07.1974795Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a84ae77d-e4c2-48fa-9506-8233a28f11ff' before making global git config changes
2026-06-20T11:34:07.1976839Z Adding repository directory to the temporary git global config as a safe directory
2026-06-20T11:34:07.1978536Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-20T11:34:07.2008228Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-20T11:34:07.2027619Z https://github.com/SaberMage/spt-core
2026-06-20T11:34:07.2037364Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-20T11:34:07.2040214Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-20T11:34:07.2058432Z HEAD
2026-06-20T11:34:07.2090336Z ##[endgroup]
2026-06-20T11:34:07.2091408Z [command]/usr/bin/git submodule status
2026-06-20T11:34:07.2266746Z ##[group]Cleaning the repository
2026-06-20T11:34:07.2269488Z [command]/usr/bin/git clean -ffdx
2026-06-20T11:34:07.2298226Z Removing traceable-reqs
2026-06-20T11:34:07.2303941Z [command]/usr/bin/git reset --hard HEAD
2026-06-20T11:34:07.2348506Z HEAD is now at 6a1789a5 Merge fa9d047807a8f5c928b887a4eabf08a7cac31367 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-20T11:34:07.2353127Z ##[endgroup]
2026-06-20T11:34:07.2354697Z ##[group]Disabling automatic garbage collection
2026-06-20T11:34:07.2357267Z [command]/usr/bin/git config --local gc.auto 0
2026-06-20T11:34:07.2380381Z ##[endgroup]
2026-06-20T11:34:07.2381077Z ##[group]Setting up auth
2026-06-20T11:34:07.2385498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-20T11:34:07.2411464Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-20T11:34:07.2591645Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-20T11:34:07.2616120Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-20T11:34:07.2797708Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-20T11:34:07.2825438Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-20T11:34:07.3011399Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-20T11:34:07.3039827Z ##[endgroup]
2026-06-20T11:34:07.3040567Z ##[group]Fetching the repository
2026-06-20T11:34:07.3046585Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a1789a55e173feaced48f4623b9df09dd399175:refs/remotes/pull/26/merge
2026-06-20T11:34:07.8576301Z ##[endgroup]
2026-06-20T11:34:07.8577235Z ##[group]Determining the checkout info
2026-06-20T11:34:07.8578065Z ##[endgroup]
2026-06-20T11:34:07.8581127Z [command]/usr/bin/git sparse-checkout disable
2026-06-20T11:34:07.8652039Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-20T11:34:07.8678325Z ##[group]Checking out the ref
2026-06-20T11:34:07.8685408Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-20T11:34:07.8727012Z HEAD is now at 6a1789a5 Merge fa9d047807a8f5c928b887a4eabf08a7cac31367 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-20T11:34:07.8730797Z ##[endgroup]
2026-06-20T11:34:07.8764129Z [command]/usr/bin/git log -1 --format=%H
2026-06-20T11:34:07.8787557Z 6a1789a55e173feaced48f4623b9df09dd399175
2026-06-20T11:34:07.8982808Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-20T11:34:07.8983592Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-20T11:34:07.8999464Z shell: /usr/bin/bash -e {0}
2026-06-20T11:34:07.8999936Z ##[endgroup]
2026-06-20T11:34:07.9094505Z ##[group]Run cargo nextest run --workspace
2026-06-20T11:34:07.9095077Z [36;1mcargo nextest run --workspace[0m
2026-06-20T11:34:07.9107612Z shell: /usr/bin/bash -e {0}
2026-06-20T11:34:07.9108010Z env:
2026-06-20T11:34:07.9108372Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-20T11:34:07.9108801Z ##[endgroup]
2026-06-20T11:34:08.5470426Z    Compiling proc-macro2 v1.0.106
2026-06-20T11:34:08.5471051Z    Compiling quote v1.0.45
2026-06-20T11:34:08.5471610Z    Compiling unicode-ident v1.0.24
2026-06-20T11:34:08.5472110Z    Compiling libc v0.2.186
2026-06-20T11:34:08.5472475Z    Compiling cfg-if v1.0.4
2026-06-20T11:34:08.5472814Z    Compiling serde_core v1.0.228
2026-06-20T11:34:08.5473191Z    Compiling serde v1.0.228
2026-06-20T11:34:08.5555127Z    Compiling typenum v1.20.1
2026-06-20T11:34:08.5652589Z    Compiling version_check v0.9.5
2026-06-20T11:34:08.5733664Z    Compiling portable-atomic v1.13.1
2026-06-20T11:34:08.5776832Z    Compiling memchr v2.8.1
2026-06-20T11:34:08.5851465Z    Compiling subtle v2.6.1
2026-06-20T11:34:08.5898110Z    Compiling find-msvc-tools v0.1.9
2026-06-20T11:34:08.5899556Z    Compiling shlex v2.0.1
2026-06-20T11:34:08.6052427Z    Compiling critical-section v1.2.0
2026-06-20T11:34:08.6272345Z    Compiling log v0.4.32
2026-06-20T11:34:08.6362122Z    Compiling equivalent v1.0.2
2026-06-20T11:34:08.6991725Z    Compiling smallvec v1.15.1
2026-06-20T11:34:08.7220675Z    Compiling semver v1.0.28
2026-06-20T11:34:08.7383765Z    Compiling itoa v1.0.18
2026-06-20T11:34:08.8061469Z    Compiling cpufeatures v0.2.17
2026-06-20T11:34:08.8613563Z    Compiling hashbrown v0.17.1
2026-06-20T11:34:08.8709446Z    Compiling bitflags v2.12.1
2026-06-20T11:34:08.9144257Z    Compiling generic-array v0.14.7
2026-06-20T11:34:08.9310028Z    Compiling pin-project-lite v0.2.17
2026-06-20T11:34:08.9405982Z    Compiling rand_core v0.10.1
2026-06-20T11:34:08.9714936Z    Compiling getrandom v0.4.2
2026-06-20T11:34:08.9730005Z    Compiling bytes v1.11.1
2026-06-20T11:34:08.9772914Z    Compiling futures-core v0.3.32
2026-06-20T11:34:09.0126020Z    Compiling rustc_version v0.4.1
2026-06-20T11:34:09.0871192Z    Compiling zerocopy v0.8.50
2026-06-20T11:34:09.1179787Z    Compiling ahash v0.8.12
2026-06-20T11:34:09.1563359Z    Compiling stable_deref_trait v1.2.1
2026-06-20T11:34:09.1719632Z    Compiling signature v2.2.0
2026-06-20T11:34:09.1750984Z    Compiling slab v0.4.12
2026-06-20T11:34:09.2460656Z    Compiling futures-io v0.3.32
2026-06-20T11:34:09.2603708Z    Compiling pkg-config v0.3.33
2026-06-20T11:34:09.2739724Z    Compiling zmij v1.0.21
2026-06-20T11:34:09.3310955Z    Compiling ed25519 v2.2.3
2026-06-20T11:34:09.3865836Z    Compiling futures-sink v0.3.32
2026-06-20T11:34:09.4071157Z    Compiling curve25519-dalek v4.1.3
2026-06-20T11:34:09.4228136Z    Compiling vcpkg v0.2.15
2026-06-20T11:34:09.4420572Z    Compiling serde_json v1.0.150
2026-06-20T11:34:09.4893263Z    Compiling futures-channel v0.3.32
2026-06-20T11:34:09.6140622Z    Compiling futures-task v0.3.32
2026-06-20T11:34:09.7570779Z    Compiling fastrand v2.4.1
2026-06-20T11:34:09.8101235Z    Compiling indexmap v2.14.0
2026-06-20T11:34:09.8301214Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-20T11:34:09.8303216Z    Compiling fallible-iterator v0.3.0
2026-06-20T11:34:09.8878782Z    Compiling rustversion v1.0.22
2026-06-20T11:34:09.9301406Z    Compiling syn v2.0.117
2026-06-20T11:34:09.9630556Z    Compiling autocfg v1.5.1
2026-06-20T11:34:09.9720865Z    Compiling fnv v1.0.7
2026-06-20T11:34:09.9830167Z    Compiling cfg_aliases v0.2.1
2026-06-20T11:34:09.9974561Z    Compiling strsim v0.11.1
2026-06-20T11:34:10.0162299Z    Compiling litemap v0.8.2
2026-06-20T11:34:10.0669616Z    Compiling writeable v0.6.3
2026-06-20T11:34:10.1040672Z    Compiling anyhow v1.0.102
2026-06-20T11:34:10.1124850Z    Compiling icu_properties_data v2.2.0
2026-06-20T11:34:10.2890646Z    Compiling dunce v1.0.5
2026-06-20T11:34:10.2986733Z    Compiling icu_normalizer_data v2.2.0
2026-06-20T11:34:10.3100575Z    Compiling utf8_iter v1.0.4
2026-06-20T11:34:10.3102048Z    Compiling ident_case v1.0.1
2026-06-20T11:34:10.3712491Z    Compiling fs_extra v1.3.0
2026-06-20T11:34:10.4570850Z    Compiling rustix v1.1.4
2026-06-20T11:34:10.4760660Z    Compiling percent-encoding v2.3.2
2026-06-20T11:34:10.4884734Z    Compiling jobserver v0.1.34
2026-06-20T11:34:10.5508558Z    Compiling linux-raw-sys v0.12.1
2026-06-20T11:34:10.5630760Z    Compiling http v1.4.1
2026-06-20T11:34:10.5980316Z    Compiling cpufeatures v0.3.0
2026-06-20T11:34:10.6760299Z    Compiling thiserror v2.0.18
2026-06-20T11:34:10.6850436Z    Compiling aws-lc-rs v1.17.0
2026-06-20T11:34:10.6940705Z    Compiling unicode-segmentation v1.13.3
2026-06-20T11:34:10.7120426Z    Compiling scopeguard v1.2.0
2026-06-20T11:34:10.7770713Z    Compiling cc v1.2.63
2026-06-20T11:34:10.8967563Z    Compiling crypto-common v0.1.7
2026-06-20T11:34:10.9058537Z    Compiling block-buffer v0.10.4
2026-06-20T11:34:10.9184698Z    Compiling getrandom v0.2.17
2026-06-20T11:34:10.9672397Z    Compiling mio v1.2.1
2026-06-20T11:34:11.0331035Z    Compiling digest v0.10.7
2026-06-20T11:34:11.0407273Z    Compiling socket2 v0.6.4
2026-06-20T11:34:11.0478651Z    Compiling fs2 v0.4.3
2026-06-20T11:34:11.1051949Z    Compiling rand_core v0.6.4
2026-06-20T11:34:11.1534525Z    Compiling lock_api v0.4.14
2026-06-20T11:34:11.1750621Z    Compiling chacha20 v0.10.0
2026-06-20T11:34:11.1768040Z    Compiling form_urlencoded v1.2.2
2026-06-20T11:34:11.1961313Z    Compiling untrusted v0.9.0
2026-06-20T11:34:11.2530759Z    Compiling rustls v0.23.40
2026-06-20T11:34:11.2890540Z    Compiling sha2 v0.10.9
2026-06-20T11:34:11.2960529Z    Compiling heck v0.5.0
2026-06-20T11:34:11.3090770Z    Compiling convert_case v0.10.0
2026-06-20T11:34:11.3190689Z    Compiling unicode-xid v0.2.6
2026-06-20T11:34:11.3550467Z    Compiling const-oid v0.10.2
2026-06-20T11:34:11.3960572Z    Compiling atomic-waker v1.1.2
2026-06-20T11:34:11.4450587Z    Compiling httparse v1.10.1
2026-06-20T11:34:11.4610607Z    Compiling parking_lot_core v0.9.12
2026-06-20T11:34:11.5390662Z    Compiling rand v0.10.1
2026-06-20T11:34:11.5580678Z    Compiling paste v1.0.15
2026-06-20T11:34:11.5610796Z    Compiling num-traits v0.2.19
2026-06-20T11:34:11.6521972Z    Compiling http-body v1.0.1
2026-06-20T11:34:11.6670825Z    Compiling hybrid-array v0.4.12
2026-06-20T11:34:11.7161572Z    Compiling base64ct v1.8.3
2026-06-20T11:34:11.7473710Z    Compiling either v1.16.0
2026-06-20T11:34:11.7491621Z    Compiling powerfmt v0.2.0
2026-06-20T11:34:11.9090569Z    Compiling deranged v0.5.8
2026-06-20T11:34:11.9771180Z    Compiling memoffset v0.6.5
2026-06-20T11:34:12.0297776Z    Compiling pem-rfc7468 v1.0.0
2026-06-20T11:34:12.0640431Z    Compiling try-lock v0.2.5
2026-06-20T11:34:12.1320731Z    Compiling tinyvec_macros v0.1.1
2026-06-20T11:34:12.1510489Z    Compiling cmake v0.1.58
2026-06-20T11:34:12.1650165Z    Compiling tower-service v0.3.3
2026-06-20T11:34:12.1840773Z    Compiling thiserror v1.0.69
2026-06-20T11:34:12.2051308Z    Compiling num-conv v0.2.2
2026-06-20T11:34:12.2140547Z    Compiling ref-cast v1.0.25
2026-06-20T11:34:12.2461005Z    Compiling base64 v0.22.1
2026-06-20T11:34:12.2770652Z    Compiling data-encoding v2.11.0
2026-06-20T11:34:12.3017983Z    Compiling time-core v0.1.8
2026-06-20T11:34:12.3847819Z    Compiling block-buffer v0.12.0
2026-06-20T11:34:12.4593028Z    Compiling crypto-common v0.2.2
2026-06-20T11:34:12.5247494Z    Compiling tinyvec v1.11.0
2026-06-20T11:34:12.5560609Z    Compiling want v0.3.1
2026-06-20T11:34:12.5568872Z    Compiling parking_lot v0.12.5
2026-06-20T11:34:12.5860769Z    Compiling vergen-lib v9.1.0
2026-06-20T11:34:12.6330670Z    Compiling termios v0.2.2
2026-06-20T11:34:12.6350784Z    Compiling ioctl-rs v0.1.6
2026-06-20T11:34:12.7141017Z    Compiling serial-core v0.4.0
2026-06-20T11:34:12.7300244Z    Compiling inout v0.1.4
2026-06-20T11:34:12.7360418Z    Compiling n0-future v0.3.2
2026-06-20T11:34:12.7754492Z    Compiling aho-corasick v1.1.4
2026-06-20T11:34:12.7780848Z    Compiling parking v2.2.1
2026-06-20T11:34:12.8570451Z    Compiling crossbeam-utils v0.8.21
2026-06-20T11:34:12.9601005Z    Compiling toml_write v0.1.2
2026-06-20T11:34:12.9742500Z    Compiling winnow v1.0.3
2026-06-20T11:34:12.9850568Z    Compiling regex-syntax v0.8.10
2026-06-20T11:34:12.9890371Z    Compiling spin v0.10.0
2026-06-20T11:34:13.0790497Z    Compiling httpdate v1.0.3
2026-06-20T11:34:13.1020766Z    Compiling libsqlite3-sys v0.30.1
2026-06-20T11:34:13.1990738Z    Compiling aws-lc-sys v0.41.0
2026-06-20T11:34:13.2160424Z    Compiling ring v0.17.14
2026-06-20T11:34:13.2560551Z    Compiling winnow v0.7.15
2026-06-20T11:34:13.4070536Z    Compiling cordyceps v0.3.4
2026-06-20T11:34:13.4990981Z    Compiling diatomic-waker v0.2.3
2026-06-20T11:34:13.5780498Z    Compiling digest v0.11.3
2026-06-20T11:34:13.6370410Z    Compiling serial-unix v0.4.0
2026-06-20T11:34:13.7080653Z    Compiling futures-lite v2.6.1
2026-06-20T11:34:13.7630194Z    Compiling cipher v0.4.4
2026-06-20T11:34:13.8460822Z    Compiling futures-buffered v0.2.13
2026-06-20T11:34:13.9925868Z    Compiling netlink-packet-core v0.8.1
2026-06-20T11:34:14.0012612Z    Compiling universal-hash v0.5.1
2026-06-20T11:34:14.0223477Z    Compiling vergen-lib v0.1.6
2026-06-20T11:34:14.1383743Z    Compiling vergen v9.1.0
2026-06-20T11:34:14.1827960Z    Compiling noq-udp v0.10.0
2026-06-20T11:34:14.2220741Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-20T11:34:14.2600773Z    Compiling heapless v0.7.17
2026-06-20T11:34:14.3270682Z    Compiling sync_wrapper v1.0.2
2026-06-20T11:34:14.4073450Z    Compiling pin-utils v0.1.0
2026-06-20T11:34:14.4149852Z    Compiling allocator-api2 v0.2.21
2026-06-20T11:34:14.4752564Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-20T11:34:14.5031399Z    Compiling dyn-clone v1.0.20
2026-06-20T11:34:14.5176210Z    Compiling bitflags v1.3.2
2026-06-20T11:34:14.5700697Z    Compiling opaque-debug v0.3.1
2026-06-20T11:34:14.6156102Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-20T11:34:14.6300711Z    Compiling byteorder v1.5.0
2026-06-20T11:34:14.6490947Z    Compiling polyval v0.6.2
2026-06-20T11:34:14.7146668Z    Compiling nix v0.25.1
2026-06-20T11:34:14.8090657Z    Compiling hash32 v0.2.1
2026-06-20T11:34:14.8288636Z    Compiling synstructure v0.13.2
2026-06-20T11:34:14.8289915Z    Compiling darling_core v0.20.11
2026-06-20T11:34:14.8490329Z    Compiling serde_derive_internals v0.29.1
2026-06-20T11:34:14.9620942Z    Compiling serial v0.4.0
2026-06-20T11:34:15.0091232Z    Compiling spin v0.9.8
2026-06-20T11:34:15.0332962Z    Compiling vergen-gitcl v1.0.8
2026-06-20T11:34:15.1667189Z    Compiling ryu v1.0.23
2026-06-20T11:34:15.2018560Z    Compiling signature v3.0.0
2026-06-20T11:34:15.2207397Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-20T11:34:15.3450823Z    Compiling regex-automata v0.4.14
2026-06-20T11:34:15.5535338Z    Compiling num_threads v0.1.7
2026-06-20T11:34:15.6140986Z    Compiling shell-words v1.1.1
2026-06-20T11:34:15.6360324Z    Compiling tower-layer v0.3.3
2026-06-20T11:34:15.6874144Z    Compiling downcast-rs v1.2.1
2026-06-20T11:34:15.7528276Z    Compiling time v0.3.47
2026-06-20T11:34:15.7825748Z    Compiling ghash v0.5.1
2026-06-20T11:34:15.7958308Z    Compiling ctr v0.9.2
2026-06-20T11:34:15.8540552Z    Compiling aes v0.8.4
2026-06-20T11:34:15.8908791Z    Compiling sha2 v0.11.0-rc.5
2026-06-20T11:34:16.0089950Z    Compiling http-body-util v0.1.3
2026-06-20T11:34:16.0897498Z    Compiling proc-macro-crate v3.5.0
2026-06-20T11:34:16.1277707Z    Compiling aead v0.5.2
2026-06-20T11:34:16.2691109Z    Compiling openssl-probe v0.2.1
2026-06-20T11:34:16.2940782Z    Compiling crossbeam-channel v0.5.15
2026-06-20T11:34:16.4252336Z    Compiling aes-gcm v0.10.3
2026-06-20T11:34:16.4630452Z    Compiling crossbeam-epoch v0.9.18
2026-06-20T11:34:16.5760739Z    Compiling netlink-packet-route v0.29.0
2026-06-20T11:34:16.6090837Z    Compiling blake3 v1.8.5
2026-06-20T11:34:16.7060989Z    Compiling uuid v1.23.2
2026-06-20T11:34:16.7113695Z    Compiling noq v0.18.0
2026-06-20T11:34:16.8468459Z    Compiling serde_derive v1.0.228
2026-06-20T11:34:16.8720682Z    Compiling zeroize_derive v1.4.3
2026-06-20T11:34:16.9511743Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-20T11:34:16.9597421Z    Compiling tokio-macros v2.7.0
2026-06-20T11:34:16.9827579Z    Compiling zerofrom-derive v0.1.7
2026-06-20T11:34:17.2419941Z    Compiling futures-macro v0.3.32
2026-06-20T11:34:17.2529916Z    Compiling yoke-derive v0.8.2
2026-06-20T11:34:17.5123813Z    Compiling zerovec-derive v0.11.3
2026-06-20T11:34:17.5338098Z    Compiling zeroize v1.8.2
2026-06-20T11:34:17.6130489Z    Compiling displaydoc v0.2.6
2026-06-20T11:34:17.6584570Z    Compiling tokio v1.52.3
2026-06-20T11:34:18.1661698Z    Compiling tracing-attributes v0.1.31
2026-06-20T11:34:18.1668394Z    Compiling rustls-pki-types v1.14.1
2026-06-20T11:34:18.1978253Z    Compiling futures-util v0.3.32
2026-06-20T11:34:18.4332916Z    Compiling zerofrom v0.1.8
2026-06-20T11:34:18.4526142Z    Compiling thiserror-impl v2.0.18
2026-06-20T11:34:18.5700844Z    Compiling darling_macro v0.20.11
2026-06-20T11:34:18.5770532Z    Compiling yoke v0.8.3
2026-06-20T11:34:18.8001094Z    Compiling zerotrie v0.2.4
2026-06-20T11:34:18.9656619Z    Compiling derive_more-impl v2.1.1
2026-06-20T11:34:18.9783446Z    Compiling darling v0.20.11
2026-06-20T11:34:18.9910859Z    Compiling zerovec v0.11.6
2026-06-20T11:34:19.0510492Z    Compiling derive_builder_core v0.20.2
2026-06-20T11:34:19.1900557Z    Compiling ed25519-dalek v2.2.0
2026-06-20T11:34:19.5311033Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-20T11:34:19.7537890Z    Compiling tinystr v0.8.3
2026-06-20T11:34:19.7879212Z    Compiling potential_utf v0.1.5
2026-06-20T11:34:19.8790934Z    Compiling spez v0.1.2
2026-06-20T11:34:19.9474396Z    Compiling icu_locale_core v2.2.0
2026-06-20T11:34:19.9582209Z    Compiling icu_collections v2.2.0
2026-06-20T11:34:19.9669681Z    Compiling n0-error-macros v0.1.3
2026-06-20T11:34:20.1980586Z    Compiling der v0.8.0-rc.10
2026-06-20T11:34:20.2691086Z    Compiling ref-cast-impl v1.0.25
2026-06-20T11:34:20.3607844Z    Compiling derive_builder_macro v0.20.2
2026-06-20T11:34:20.6843801Z    Compiling derive_builder v0.20.2
2026-06-20T11:34:20.7388498Z    Compiling pin-project-internal v1.1.13
2026-06-20T11:34:20.8125027Z    Compiling thiserror-impl v1.0.69
2026-06-20T11:34:20.9027450Z    Compiling schemars_derive v1.2.1
2026-06-20T11:34:21.1315887Z    Compiling icu_provider v2.2.0
2026-06-20T11:34:21.1434679Z    Compiling n0-error v0.1.3
2026-06-20T11:34:21.5201159Z    Compiling icu_properties v2.2.0
2026-06-20T11:34:21.5564909Z    Compiling icu_normalizer v2.2.0
2026-06-20T11:34:21.6538585Z    Compiling futures-executor v0.3.32
2026-06-20T11:34:21.7521083Z    Compiling spki v0.8.0-rc.4
2026-06-20T11:34:21.9810825Z    Compiling ipnet v2.12.0
2026-06-20T11:34:21.9940600Z    Compiling toml_datetime v0.6.11
2026-06-20T11:34:22.0346721Z    Compiling serde_spanned v0.6.9
2026-06-20T11:34:22.1141121Z    Compiling pin-project v1.1.13
2026-06-20T11:34:22.1830782Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-20T11:34:22.1999517Z    Compiling regex v1.12.3
2026-06-20T11:34:22.3932212Z    Compiling toml_edit v0.22.27
2026-06-20T11:34:22.4030885Z    Compiling prefix-trie v0.8.4
2026-06-20T11:34:22.4140891Z    Compiling ed25519 v3.0.0-rc.4
2026-06-20T11:34:22.4564638Z    Compiling filedescriptor v0.8.3
2026-06-20T11:34:22.6690660Z    Compiling portable-pty v0.8.1
2026-06-20T11:34:22.6850669Z    Compiling once_cell v1.21.4
2026-06-20T11:34:22.8278940Z    Compiling futures v0.3.32
2026-06-20T11:34:22.9046421Z    Compiling tracing-core v0.1.36
2026-06-20T11:34:22.9191315Z    Compiling tempfile v3.27.0
2026-06-20T11:34:22.9343076Z    Compiling schemars v1.2.1
2026-06-20T11:34:23.1091595Z    Compiling hashbrown v0.14.5
2026-06-20T11:34:23.2230496Z    Compiling idna_adapter v1.2.2
2026-06-20T11:34:23.2574870Z    Compiling derive_more v2.1.1
2026-06-20T11:34:23.3366943Z    Compiling idna v1.1.0
2026-06-20T11:34:23.3492624Z    Compiling cobs v0.3.0
2026-06-20T11:34:23.4104559Z    Compiling tokio-util v0.7.18
2026-06-20T11:34:23.4630534Z    Compiling tracing v0.1.44
2026-06-20T11:34:23.5358238Z    Compiling netlink-sys v0.8.8
2026-06-20T11:34:23.5554846Z    Compiling postcard-derive v0.2.2
2026-06-20T11:34:23.5826133Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-20T11:34:23.7811101Z    Compiling url v2.5.8
2026-06-20T11:34:23.8090897Z    Compiling hashlink v0.9.1
2026-06-20T11:34:23.8675176Z    Compiling tower v0.5.3
2026-06-20T11:34:24.0131636Z    Compiling data-encoding-macro v0.1.20
2026-06-20T11:34:24.1001188Z    Compiling rustls-native-certs v0.8.4
2026-06-20T11:34:24.1361357Z    Compiling postcard v1.1.3
2026-06-20T11:34:24.2241169Z    Compiling iroh-metrics-derive v0.4.1
2026-06-20T11:34:24.5191758Z    Compiling h2 v0.4.14
2026-06-20T11:34:24.5888433Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-20T11:34:24.6053487Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-20T11:34:24.6520581Z    Compiling strum_macros v0.28.0
2026-06-20T11:34:24.6956523Z    Compiling num_enum_derive v0.7.6
2026-06-20T11:34:24.7162074Z    Compiling async-trait v0.1.89
2026-06-20T11:34:24.7781284Z    Compiling rusqlite v0.32.1
2026-06-20T11:34:24.8049611Z    Compiling enum-assoc v1.3.0
2026-06-20T11:34:24.9657691Z    Compiling toml v0.8.23
2026-06-20T11:34:25.0340427Z    Compiling netwatch v0.16.0
2026-06-20T11:34:25.1377389Z    Compiling acto v0.8.2
2026-06-20T11:34:25.2622785Z    Compiling mac-addr v0.3.0
2026-06-20T11:34:25.2813851Z    Compiling xml-rs v0.8.28
2026-06-20T11:34:25.3880520Z    Compiling lru-slab v0.1.2
2026-06-20T11:34:25.4775033Z    Compiling sorted-index-buffer v0.2.1
2026-06-20T11:34:25.5067891Z    Compiling rustc-hash v2.1.2
2026-06-20T11:34:25.6022444Z    Compiling foldhash v0.2.0
2026-06-20T11:34:25.6145664Z    Compiling identity-hash v0.1.0
2026-06-20T11:34:25.6361821Z    Compiling tagptr v0.2.0
2026-06-20T11:34:25.6510105Z    Compiling netdev v0.42.0
2026-06-20T11:34:25.7571354Z    Compiling hashbrown v0.16.1
2026-06-20T11:34:25.8008455Z    Compiling moka v0.12.15
2026-06-20T11:34:25.8605871Z    Compiling iroh-base v0.98.0
2026-06-20T11:34:25.8786638Z    Compiling num_enum v0.7.6
2026-06-20T11:34:25.8971142Z    Compiling iroh-relay v0.98.0
2026-06-20T11:34:26.0056717Z    Compiling iroh-metrics v0.38.3
2026-06-20T11:34:26.0591206Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-20T11:34:26.2830580Z    Compiling xmltree v0.10.3
2026-06-20T11:34:26.5492846Z    Compiling n0-watcher v0.6.1
2026-06-20T11:34:26.7170750Z    Compiling attohttpc v0.30.1
2026-06-20T11:34:26.7353702Z    Compiling tower-http v0.6.11
2026-06-20T11:34:26.7521419Z    Compiling tokio-stream v0.1.18
2026-06-20T11:34:26.7990658Z    Compiling netlink-proto v0.12.0
2026-06-20T11:34:27.0161064Z    Compiling netlink-packet-route v0.30.0
2026-06-20T11:34:27.1174177Z    Compiling simple-dns v0.9.3
2026-06-20T11:34:27.2288677Z    Compiling constant_time_eq v0.4.2
2026-06-20T11:34:27.2421184Z    Compiling resolv-conf v0.7.6
2026-06-20T11:34:27.2490475Z    Compiling arrayref v0.3.9
2026-06-20T11:34:27.2662278Z    Compiling smol_str v0.1.24
2026-06-20T11:34:27.3371591Z    Compiling sha1_smol v1.0.1
2026-06-20T11:34:27.3925547Z    Compiling simdutf8 v0.1.5
2026-06-20T11:34:27.4322671Z    Compiling strum v0.28.0
2026-06-20T11:34:27.4474621Z    Compiling arrayvec v0.7.6
2026-06-20T11:34:27.5453093Z    Compiling lru v0.16.4
2026-06-20T11:34:27.5828528Z    Compiling webpki-roots v1.0.7
2026-06-20T11:34:27.5843690Z    Compiling serde_bytes v0.11.19
2026-06-20T11:34:27.7120613Z    Compiling hmac v0.12.1
2026-06-20T11:34:27.7161020Z    Compiling seize v0.5.1
2026-06-20T11:34:27.7352196Z    Compiling iroh v0.98.2
2026-06-20T11:34:27.7730324Z    Compiling cmov v0.5.4
2026-06-20T11:34:27.7802038Z    Compiling backon v1.6.0
2026-06-20T11:34:27.8001282Z    Compiling sha1 v0.10.6
2026-06-20T11:34:27.8549255Z    Compiling hkdf v0.12.4
2026-06-20T11:34:27.8742081Z    Compiling doctest-file v1.1.1
2026-06-20T11:34:28.0080724Z    Compiling ctutils v0.4.2
2026-06-20T11:34:28.0446932Z    Compiling papaya v0.2.4
2026-06-20T11:34:28.0461528Z    Compiling spake2 v0.4.0
2026-06-20T11:34:28.0634254Z    Compiling errno v0.3.14
2026-06-20T11:34:28.1121115Z    Compiling signal-hook v0.3.18
2026-06-20T11:34:28.1648889Z    Compiling darling_core v0.23.0
2026-06-20T11:34:28.2162579Z    Compiling signal-hook-registry v1.4.8
2026-06-20T11:34:28.2698691Z    Compiling rustix v0.38.44
2026-06-20T11:34:28.3174106Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-20T11:34:28.4065570Z    Compiling interprocess v2.4.2
2026-06-20T11:34:28.4225286Z    Compiling iroh-dns v0.98.0
2026-06-20T11:34:28.4367345Z    Compiling utf8parse v0.2.2
2026-06-20T11:34:28.5322463Z    Compiling anstyle-parse v1.0.0
2026-06-20T11:34:28.5415821Z    Compiling foldhash v0.1.5
2026-06-20T11:34:28.5740371Z    Compiling is_terminal_polyfill v1.70.2
2026-06-20T11:34:28.6470786Z    Compiling instability v0.3.12
2026-06-20T11:34:28.6622504Z    Compiling linux-raw-sys v0.4.15
2026-06-20T11:34:28.6919822Z    Compiling anstyle v1.0.14
2026-06-20T11:34:28.7398076Z    Compiling colorchoice v1.0.5
2026-06-20T11:34:28.7399377Z    Compiling anstyle-query v1.1.5
2026-06-20T11:34:28.8400590Z    Compiling signal-hook-mio v0.2.5
2026-06-20T11:34:28.8609064Z    Compiling hashbrown v0.15.5
2026-06-20T11:34:28.8860986Z    Compiling strum_macros v0.26.4
2026-06-20T11:34:28.9110610Z    Compiling terminal_size v0.4.4
2026-06-20T11:34:28.9500457Z    Compiling anstream v1.0.0
2026-06-20T11:34:28.9661641Z    Compiling itertools v0.13.0
2026-06-20T11:34:28.9811145Z    Compiling castaway v0.2.4
2026-06-20T11:34:29.0481267Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-20T11:34:29.0980756Z    Compiling unicode-width v0.1.14
2026-06-20T11:34:29.2669887Z    Compiling static_assertions v1.1.0
2026-06-20T11:34:29.3780219Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-20T11:34:29.3991006Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-20T11:34:29.4188715Z    Compiling clap_lex v1.1.0
2026-06-20T11:34:29.6370617Z    Compiling indoc v2.0.7
2026-06-20T11:34:29.6921878Z    Compiling clap_builder v4.6.0
2026-06-20T11:34:29.9064275Z    Compiling lru v0.12.5
2026-06-20T11:34:29.9290520Z    Compiling compact_str v0.8.2
2026-06-20T11:34:30.1150999Z    Compiling crossterm v0.28.1
2026-06-20T11:34:30.1720812Z    Compiling hyper v1.10.1
2026-06-20T11:34:30.2940598Z    Compiling clap_derive v4.6.1
2026-06-20T11:34:30.3440613Z    Compiling cassowary v0.3.0
2026-06-20T11:34:30.8014650Z    Compiling unicode-width v0.2.0
2026-06-20T11:34:30.9723379Z    Compiling unicode-truncate v1.1.0
2026-06-20T11:34:31.1210632Z    Compiling iana-time-zone v0.1.65
2026-06-20T11:34:31.1363754Z    Compiling nucleo-matcher v0.3.1
2026-06-20T11:34:31.1470904Z    Compiling qrcode v0.14.1
2026-06-20T11:34:31.4010638Z    Compiling strum v0.26.3
2026-06-20T11:34:31.4670498Z    Compiling chrono v0.4.45
2026-06-20T11:34:31.7930872Z    Compiling mock-adapter v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-20T11:34:31.9111866Z    Compiling hyper-util v0.1.20
2026-06-20T11:34:32.1750905Z    Compiling darling_macro v0.23.0
2026-06-20T11:34:32.3990774Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-20T11:34:32.5030536Z    Compiling darling v0.23.0
2026-06-20T11:34:33.0047871Z    Compiling clap v4.6.1
2026-06-20T11:34:33.2240041Z    Compiling ratatui v0.29.0
2026-06-20T11:34:33.9330595Z    Compiling igd-next v0.17.1
2026-06-20T11:34:35.2724476Z    Compiling portmapper v0.16.0
2026-06-20T11:34:43.3034640Z    Compiling rustls-webpki v0.103.13
2026-06-20T11:34:45.6520539Z    Compiling tokio-rustls v0.26.4
2026-06-20T11:34:45.6521422Z    Compiling rustls-platform-verifier v0.7.0
2026-06-20T11:34:45.6521774Z    Compiling noq-proto v0.17.0
2026-06-20T11:34:45.7918512Z    Compiling hyper-rustls v0.27.9
2026-06-20T11:34:45.7920061Z    Compiling hickory-net v0.26.0-beta.4
2026-06-20T11:34:45.7920620Z    Compiling tokio-websockets v0.13.2
2026-06-20T11:34:45.9237190Z    Compiling reqwest v0.13.4
2026-06-20T11:34:46.8510196Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-20T11:35:00.2445094Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-20T11:35:01.6537207Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-20T11:35:09.9392355Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-20T11:35:20.4861659Z    Compiling xtask v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-20T11:35:52.7598624Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 44s
2026-06-20T11:35:55.0472283Z ────────────
2026-06-20T11:35:55.0615994Z  Nextest run ID f3c61da7-9537-46c5-8a8f-c08f40f35be8 with nextest profile: default
2026-06-20T11:35:55.0616557Z     Starting 1242 tests across 87 binaries (1 test skipped)
2026-06-20T11:35:55.1970994Z         PASS [   0.156s] (   1/1242) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-20T11:35:55.1972565Z         PASS [   0.156s] (   2/1242) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-20T11:35:55.1973757Z         PASS [   0.157s] (   3/1242) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-20T11:35:56.1544501Z         PASS [   1.169s] (   4/1242) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-20T11:35:56.1595608Z         PASS [   0.005s] (   5/1242) spt::job_escape_e2e daemon_survives_terminal_close_via_session_detachment
2026-06-20T11:35:56.7899432Z         PASS [   1.638s] (   6/1242) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-20T11:35:57.4001438Z         PASS [   2.415s] (   7/1242) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-20T11:35:57.4015442Z         PASS [   1.242s] (   8/1242) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-20T11:35:58.1527591Z         PASS [   3.167s] (   9/1242) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-20T11:35:58.1535763Z         PASS [   3.168s] (  10/1242) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-20T11:35:58.5267504Z         PASS [   3.375s] (  11/1242) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-20T11:35:58.9842388Z         PASS [   3.999s] (  12/1242) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-20T11:35:59.2046202Z         PASS [   2.415s] (  13/1242) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-20T11:35:59.2158131Z         PASS [   0.011s] (  14/1242) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-20T11:35:59.2199337Z         PASS [   0.004s] (  15/1242) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-20T11:35:59.2330734Z         PASS [   0.013s] (  16/1242) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-20T11:35:59.2372386Z         PASS [   0.004s] (  17/1242) spt::oneliner_e2e install_script_against_staged_release
2026-06-20T11:36:00.2006351Z         PASS [   1.216s] (  18/1242) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-20T11:36:01.4716289Z         PASS [   4.071s] (  19/1242) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-20T11:36:02.1270834Z         PASS [   0.655s] (  20/1242) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-20T11:36:02.1457335Z         PASS [   0.019s] (  21/1242) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-20T11:36:02.4551122Z         PASS [   3.217s] (  22/1242) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-20T11:36:03.1419470Z         PASS [   2.941s] (  23/1242) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-20T11:36:04.9076082Z         PASS [   2.451s] (  24/1242) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-20T11:36:06.2110488Z         PASS [   3.069s] (  25/1242) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-20T11:36:09.3284953Z         PASS [   4.423s] (  26/1242) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-20T11:36:09.6900642Z         PASS [   3.479s] (  27/1242) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-20T11:36:09.7021846Z         PASS [   0.012s] (  28/1242) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-20T11:36:09.7142233Z         PASS [   0.011s] (  29/1242) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-20T11:36:09.7266659Z         PASS [   0.012s] (  30/1242) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-20T11:36:09.7403741Z         PASS [   0.013s] (  31/1242) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-20T11:36:09.7654856Z         PASS [   0.025s] (  32/1242) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-20T11:36:09.7774096Z         PASS [   0.012s] (  33/1242) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-20T11:36:09.7892285Z         PASS [   0.011s] (  34/1242) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-20T11:36:09.8021468Z         PASS [   0.013s] (  35/1242) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-20T11:36:09.8248505Z         PASS [   0.022s] (  36/1242) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-20T11:36:09.8359724Z         PASS [   0.010s] (  37/1242) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-20T11:36:09.8463374Z         PASS [   0.010s] (  38/1242) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-20T11:36:11.4380378Z         PASS [   1.591s] (  39/1242) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-20T11:36:12.8360250Z         PASS [   1.393s] (  40/1242) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-20T11:36:13.4634642Z         PASS [   0.632s] (  41/1242) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-20T11:36:15.6380561Z         PASS [   2.174s] (  42/1242) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-20T11:36:15.6662370Z         PASS [   0.029s] (  43/1242) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-20T11:36:15.7369150Z         PASS [   0.071s] (  44/1242) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-20T11:36:15.9500044Z         PASS [   0.212s] (  45/1242) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-20T11:36:15.9890019Z         PASS [   0.038s] (  46/1242) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-20T11:36:16.0280114Z         PASS [   0.040s] (  47/1242) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-20T11:36:16.0699944Z         PASS [   0.040s] (  48/1242) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-20T11:36:16.1280160Z         PASS [   0.057s] (  49/1242) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-20T11:36:16.1640225Z         PASS [   0.037s] (  50/1242) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-20T11:36:16.1880361Z         PASS [   0.024s] (  51/1242) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-20T11:36:16.2129989Z         PASS [   0.025s] (  52/1242) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-20T11:36:16.2269717Z         PASS [   0.016s] (  53/1242) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-20T11:36:16.2420412Z         PASS [   0.015s] (  54/1242) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-20T11:36:16.3130565Z         PASS [   0.069s] (  55/1242) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-20T11:36:16.3876561Z         PASS [   0.073s] (  56/1242) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-20T11:36:16.4225969Z         PASS [   0.034s] (  57/1242) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-20T11:36:16.4359903Z         PASS [  21.448s] (  58/1242) spt::bind_cwd_project_e2e endpoint_run_records_cwd_and_appears_under_its_project
2026-06-20T11:36:16.4929149Z         PASS [   0.059s] (  59/1242) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-20T11:36:16.5084296Z         PASS [   0.086s] (  60/1242) spt::bin/spt api::startup::tests::bind_records_cwd_so_picker_can_group_by_project
2026-06-20T11:36:16.5284459Z         PASS [   0.035s] (  61/1242) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-20T11:36:16.5643537Z         PASS [   0.056s] (  62/1242) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-20T11:36:16.5740150Z         PASS [   0.043s] (  63/1242) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-20T11:36:16.6020007Z         PASS [   0.037s] (  64/1242) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-20T11:36:16.6430955Z         PASS [   0.070s] (  65/1242) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-20T11:36:16.6860010Z         PASS [   0.081s] (  66/1242) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-20T11:36:16.7191124Z         PASS [   0.076s] (  67/1242) spt::bin/spt api::startup::tests::revive_without_cwd_preserves_prior_cwd
2026-06-20T11:36:16.7289972Z         PASS [   0.046s] (  68/1242) spt::bin/spt api::startup::tests::seed_bind_records_seed_captured_cwd
2026-06-20T11:36:16.7500148Z         PASS [   0.030s] (  69/1242) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-20T11:36:16.7660072Z         PASS [   0.036s] (  70/1242) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-20T11:36:16.7779934Z         PASS [   0.029s] (  71/1242) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-20T11:36:16.7810079Z         PASS [   0.016s] (  72/1242) spt::bin/spt api::tests::adapter_is_optional
2026-06-20T11:36:16.8050229Z         PASS [   0.026s] (  73/1242) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-20T11:36:16.8090156Z         PASS [   0.027s] (  74/1242) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-20T11:36:16.8312817Z         PASS [   0.027s] (  75/1242) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-20T11:36:16.8353659Z         PASS [   0.025s] (  76/1242) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-20T11:36:16.8539906Z         PASS [   0.021s] (  77/1242) spt::bin/spt api::tests::state_value_is_validated
2026-06-20T11:36:16.8629668Z         PASS [   0.029s] (  78/1242) spt::bin/spt api::tests::surface_parses
2026-06-20T11:36:16.8749823Z         PASS [   0.023s] (  79/1242) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-20T11:36:16.8880085Z         PASS [   0.025s] (  80/1242) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-20T11:36:16.9770051Z         PASS [   0.089s] (  81/1242) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-20T11:36:17.0039631Z         PASS [   0.026s] (  82/1242) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-20T11:36:17.0099815Z         PASS [   0.135s] (  83/1242) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-20T11:36:17.0429975Z         PASS [   0.038s] (  84/1242) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-20T11:36:17.0670327Z         PASS [   0.057s] (  85/1242) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-20T11:36:17.0990006Z         PASS [   0.032s] (  86/1242) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-20T11:36:17.1260101Z         PASS [   0.084s] (  87/1242) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-20T11:36:17.1319746Z         PASS [   0.032s] (  88/1242) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-20T11:36:17.1659264Z         PASS [   0.037s] (  89/1242) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-20T11:36:17.1870113Z         PASS [   0.025s] (  90/1242) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-20T11:36:17.1919751Z         PASS [   0.057s] (  91/1242) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-20T11:36:17.2109933Z         PASS [   0.023s] (  92/1242) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-20T11:36:17.2126036Z         PASS [   0.025s] (  93/1242) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-20T11:36:17.2329828Z         PASS [   0.023s] (  94/1242) spt::bin/spt cli::tests::bare_tty_guard
2026-06-20T11:36:17.2389816Z         PASS [   0.021s] (  95/1242) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-20T11:36:17.2549862Z         PASS [   0.022s] (  96/1242) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-20T11:36:17.2900056Z         PASS [   0.056s] (  97/1242) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-20T11:36:17.3127190Z         PASS [   0.056s] (  98/1242) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-20T11:36:17.3159841Z         PASS [   0.024s] (  99/1242) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-20T11:36:17.3349833Z         PASS [   0.020s] ( 100/1242) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-20T11:36:17.3639995Z         PASS [   0.051s] ( 101/1242) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-20T11:36:17.3709705Z         PASS [   0.036s] ( 102/1242) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-20T11:36:17.3889719Z         PASS [   0.025s] ( 103/1242) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-20T11:36:17.3919676Z         PASS [   0.021s] ( 104/1242) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-20T11:36:17.4089875Z         PASS [   0.021s] ( 105/1242) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-20T11:36:17.4269841Z         PASS [   0.017s] ( 106/1242) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-20T11:36:17.4749743Z         PASS [   0.047s] ( 107/1242) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-20T11:36:17.5209888Z         PASS [   0.044s] ( 108/1242) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-20T11:36:17.5390053Z         PASS [   0.019s] ( 109/1242) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-20T11:36:17.6259938Z         PASS [   0.232s] ( 110/1242) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-20T11:36:17.6442967Z         PASS [   0.021s] ( 111/1242) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-20T11:36:17.7009989Z         PASS [   0.055s] ( 112/1242) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-20T11:36:17.7189798Z         PASS [   0.019s] ( 113/1242) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-20T11:36:17.7409883Z         PASS [   0.022s] ( 114/1242) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-20T11:36:17.7549801Z         PASS [   0.014s] ( 115/1242) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-20T11:36:17.7669724Z         PASS [   0.012s] ( 116/1242) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-20T11:36:17.7789752Z         PASS [   0.011s] ( 117/1242) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-20T11:36:17.8000278Z         PASS [   0.021s] ( 118/1242) spt::bin/spt cli::tests::local_section_always_renders_local_perches
2026-06-20T11:36:17.8359990Z         PASS [   0.035s] ( 119/1242) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-20T11:36:17.8479877Z         PASS [   0.012s] ( 120/1242) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-20T11:36:17.8609876Z         PASS [   0.013s] ( 121/1242) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-20T11:36:17.8789846Z         PASS [   0.019s] ( 122/1242) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-20T11:36:17.8909765Z         PASS [   0.012s] ( 123/1242) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-20T11:36:17.9089847Z         PASS [   0.018s] ( 124/1242) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-20T11:36:17.9450054Z         PASS [   0.034s] ( 125/1242) spt::bin/spt cli::tests::notify_surface_parses
2026-06-20T11:36:17.9659931Z         PASS [   0.022s] ( 126/1242) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-20T11:36:18.1459989Z         PASS [   0.606s] ( 127/1242) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-20T11:36:18.1709852Z         PASS [   0.025s] ( 128/1242) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-20T11:36:18.1939935Z         PASS [   0.021s] ( 129/1242) spt::bin/spt cli::tests::poll_online_fastpath_timeout_and_later_success
2026-06-20T11:36:18.4278929Z         PASS [  19.901s] ( 130/1242) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-20T11:36:18.6555482Z         PASS [   0.227s] ( 131/1242) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-20T11:36:18.7470137Z         PASS [   0.553s] ( 132/1242) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-20T11:36:18.7629979Z         PASS [   0.016s] ( 133/1242) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-20T11:36:18.7719727Z         PASS [   0.011s] ( 134/1242) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-20T11:36:18.8733723Z         PASS [   0.218s] ( 135/1242) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-20T11:36:18.9365341Z         PASS [   0.063s] ( 136/1242) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-20T11:36:18.9528129Z         PASS [   0.016s] ( 137/1242) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-20T11:36:19.0177368Z         PASS [   0.065s] ( 138/1242) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-20T11:36:19.0278394Z         PASS [   0.010s] ( 139/1242) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-20T11:36:19.0379735Z         PASS [   0.010s] ( 140/1242) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-20T11:36:19.0497266Z         PASS [   0.012s] ( 141/1242) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-20T11:36:19.0632697Z         PASS [   0.013s] ( 142/1242) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-20T11:36:19.1841648Z         PASS [   0.412s] ( 143/1242) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-20T11:36:19.2014073Z         PASS [   0.017s] ( 144/1242) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-20T11:36:19.2169127Z         PASS [   0.015s] ( 145/1242) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-20T11:36:19.3589149Z         PASS [   0.295s] ( 146/1242) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-20T11:36:19.4100291Z         PASS [   0.049s] ( 147/1242) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-20T11:36:19.4140237Z         PASS [   0.192s] ( 148/1242) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-20T11:36:19.4571150Z         PASS [   0.047s] ( 149/1242) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-20T11:36:19.4966011Z         PASS [   0.040s] ( 150/1242) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-20T11:36:19.5280804Z         PASS [   0.030s] ( 151/1242) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-20T11:36:19.5440359Z         PASS [   0.014s] ( 152/1242) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-20T11:36:19.5720072Z         PASS [   0.029s] ( 153/1242) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-20T11:36:19.6570241Z         PASS [   0.084s] ( 154/1242) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-20T11:36:19.6939976Z         PASS [   0.038s] ( 155/1242) spt::bin/spt cli::tests::subcommands_parse
2026-06-20T11:36:19.7330271Z         PASS [   0.039s] ( 156/1242) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-20T11:36:19.7570159Z         PASS [   0.024s] ( 157/1242) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-20T11:36:19.7720343Z         PASS [   0.014s] ( 158/1242) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-20T11:36:19.7850614Z         PASS [   0.011s] ( 159/1242) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-20T11:36:19.8010052Z         PASS [   0.017s] ( 160/1242) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-20T11:36:19.8150181Z         PASS [   0.014s] ( 161/1242) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-20T11:36:19.8214985Z         PASS [  24.835s] ( 162/1242) spt::dummy_harness_e2e endpoint_run_attach_awaits_online_before_attaching
2026-06-20T11:36:19.8390410Z         PASS [   0.024s] ( 163/1242) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-20T11:36:19.8490112Z         PASS [   0.026s] ( 164/1242) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-20T11:36:19.8529902Z         PASS [   0.013s] ( 165/1242) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-20T11:36:19.8650150Z         PASS [   0.015s] ( 166/1242) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-20T11:36:19.8720027Z         PASS [   0.018s] ( 167/1242) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-20T11:36:19.8868612Z         PASS [   0.022s] ( 168/1242) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-20T11:36:19.8959919Z         PASS [   0.021s] ( 169/1242) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-20T11:36:19.9019656Z         PASS [   0.016s] ( 170/1242) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-20T11:36:19.9059767Z         PASS [   0.016s] ( 171/1242) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-20T11:36:19.9209800Z         PASS [   0.012s] ( 172/1242) spt::bin/spt helpfmt::tests::atx_header_at_line_start_strips_and_bolds
2026-06-20T11:36:19.9239815Z         PASS [   0.021s] ( 173/1242) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-20T11:36:19.9360007Z         PASS [   0.016s] ( 174/1242) spt::bin/spt helpfmt::tests::bold_styles_with_color_and_strips_without
2026-06-20T11:36:19.9389832Z         PASS [   0.014s] ( 175/1242) spt::bin/spt helpfmt::tests::code_styles_with_color_and_strips_without
2026-06-20T11:36:19.9509841Z         PASS [   0.012s] ( 176/1242) spt::bin/spt helpfmt::tests::dual_contract_token_survives_strip_mode
2026-06-20T11:36:19.9539859Z         PASS [  24.802s] ( 177/1242) spt::dummy_harness_e2e endpoint_run_brings_up_a_long_lived_dummy_harness_and_rc_attaches
2026-06-20T11:36:19.9569446Z         PASS [   0.022s] ( 178/1242) spt::bin/spt helpfmt::tests::color_enabled_truth_table
2026-06-20T11:36:19.9660371Z         PASS [   0.010s] ( 179/1242) spt::bin/spt helpfmt::tests::empty_and_unmatched_markers_stay_literal
2026-06-20T11:36:19.9699749Z         PASS [   0.020s] ( 180/1242) spt::bin/spt helpfmt::tests::dual_contract_token_unstyled_while_prose_styles_on_color
2026-06-20T11:36:19.9719773Z         PASS [   0.014s] ( 181/1242) spt::bin/spt helpfmt::tests::link_becomes_its_text
2026-06-20T11:36:19.9749458Z         PASS [   0.010s] ( 182/1242) spt::bin/spt helpfmt::tests::marker_never_spans_a_hard_break
2026-06-20T11:36:19.9809551Z         PASS [   0.009s] ( 183/1242) spt::bin/spt helpfmt::tests::multibyte_text_survives
2026-06-20T11:36:19.9835810Z         PASS [   0.014s] ( 184/1242) spt::bin/spt helpfmt::tests::marker_spans_a_clap_soft_wrap
2026-06-20T11:36:19.9909879Z         PASS [   0.013s] ( 185/1242) spt::bin/spt helpfmt::tests::nested_code_inside_bold_styles_both
2026-06-20T11:36:19.9910867Z         PASS [   0.011s] ( 186/1242) spt::bin/spt helpfmt::tests::plain_text_is_unchanged
2026-06-20T11:36:20.0020068Z         PASS [   0.013s] ( 187/1242) spt::bin/spt helpfmt::tests::preexisting_ansi_is_passed_through_untouched
2026-06-20T11:36:20.0021299Z         PASS [   0.008s] ( 188/1242) spt::bin/spt picker::data::tests::driven_by_display_renders_name_not_hex
2026-06-20T11:36:20.0079867Z         PASS [   0.011s] ( 189/1242) spt::bin/spt picker::data::tests::origin_project_unions_into_membership
2026-06-20T11:36:20.0109721Z         PASS [   0.010s] ( 190/1242) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-20T11:36:20.0110707Z         PASS [   0.010s] ( 191/1242) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-20T11:36:20.0179843Z         PASS [   0.010s] ( 192/1242) spt::bin/spt picker::model::tests::back_unwinds
2026-06-20T11:36:20.0209672Z         PASS [   0.012s] ( 193/1242) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-20T11:36:20.0239614Z         PASS [   0.011s] ( 194/1242) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-20T11:36:20.0269524Z         PASS [   0.010s] ( 195/1242) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-20T11:36:20.0299626Z         PASS [   0.009s] ( 196/1242) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-20T11:36:20.0389721Z         PASS [   0.015s] ( 197/1242) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-20T11:36:20.0419618Z         PASS [   0.013s] ( 198/1242) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-20T11:36:20.0420548Z         PASS [   0.013s] ( 199/1242) spt::bin/spt picker::model::tests::filter_narrows
2026-06-20T11:36:20.0519747Z         PASS [   0.013s] ( 200/1242) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-20T11:36:20.0549553Z         PASS [   0.017s] ( 201/1242) spt::bin/spt picker::model::tests::kind_routes
2026-06-20T11:36:20.0579578Z         PASS [   0.014s] ( 202/1242) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-20T11:36:20.0639597Z         PASS [   0.010s] ( 203/1242) spt::bin/spt picker::model::tests::resume_title_render
2026-06-20T11:36:20.0699599Z         PASS [   0.009s] ( 204/1242) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-20T11:36:20.0759636Z         PASS [   0.011s] ( 205/1242) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-20T11:36:20.0789466Z         PASS [   0.009s] ( 206/1242) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-20T11:36:20.0877896Z         PASS [   0.010s] ( 207/1242) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-20T11:36:20.0909682Z         PASS [   0.036s] ( 208/1242) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-20T11:36:20.0919745Z         PASS [   0.011s] ( 209/1242) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-20T11:36:20.1009684Z         PASS [   0.015s] ( 210/1242) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-20T11:36:20.1069921Z         PASS [   0.019s] ( 211/1242) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-20T11:36:20.1086155Z         PASS [   0.022s] ( 212/1242) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-20T11:36:20.1249859Z         PASS [   0.025s] ( 213/1242) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-20T11:36:20.1309729Z         PASS [   0.018s] ( 214/1242) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-20T11:36:20.1339757Z         PASS [   0.022s] ( 215/1242) spt::bin/spt picker::view::tests::kind_buffer
2026-06-20T11:36:20.1489823Z         PASS [   0.022s] ( 216/1242) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-20T11:36:20.1620888Z         PASS [   0.014s] ( 217/1242) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-20T11:36:20.1720111Z         PASS [   0.036s] ( 218/1242) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-20T11:36:20.1749719Z         PASS [   0.040s] ( 219/1242) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-20T11:36:20.1779604Z         PASS [   0.014s] ( 220/1242) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-20T11:36:20.1809461Z         PASS [   0.011s] ( 221/1242) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-20T11:36:20.1839479Z         PASS [   0.009s] ( 222/1242) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-20T11:36:20.1879739Z         PASS [   0.009s] ( 223/1242) spt::bin/spt rc::tests::mouse_mode_decset_scan_survives_split_across_chunks
2026-06-20T11:36:20.1939702Z         PASS [   0.015s] ( 224/1242) spt::bin/spt rc::tests::mouse_mode_decset_scan_tracks_enable_and_sgr
2026-06-20T11:36:20.1986429Z         PASS [   0.022s] ( 225/1242) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-20T11:36:20.2029600Z         PASS [   0.014s] ( 226/1242) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-20T11:36:20.2079896Z         PASS [   0.014s] ( 227/1242) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-20T11:36:20.2119757Z         PASS [   0.010s] ( 228/1242) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-20T11:36:20.2197579Z         PASS [  25.234s] ( 229/1242) spt::attach_wedge_e2e attach_wedge_dead_child_plus_dropped_pump_does_not_wedge_the_broker
2026-06-20T11:36:20.2240034Z         PASS [   0.012s] ( 230/1242) spt-daemon access::tests::gate_decision_table
2026-06-20T11:36:20.2318167Z         PASS [   0.011s] ( 231/1242) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-20T11:36:20.2339978Z         PASS [   0.012s] ( 232/1242) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-20T11:36:20.2436992Z         PASS [   0.009s] ( 233/1242) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-20T11:36:20.2504615Z         PASS [   0.017s] ( 234/1242) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-20T11:36:20.2688861Z         PASS [   0.029s] ( 235/1242) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-20T11:36:20.2840231Z         PASS [   0.012s] ( 236/1242) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-20T11:36:20.2870004Z         PASS [   0.033s] ( 237/1242) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-20T11:36:20.2928726Z         PASS [   0.009s] ( 238/1242) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-20T11:36:20.3050171Z         PASS [   0.022s] ( 239/1242) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-20T11:36:20.3279274Z         PASS [   0.022s] ( 240/1242) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-20T11:36:20.3281188Z         PASS [   0.015s] ( 241/1242) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-20T11:36:20.3543719Z         PASS [   0.035s] ( 242/1242) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-20T11:36:20.3690288Z         PASS [   0.053s] ( 243/1242) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-20T11:36:20.3979961Z         PASS [   0.043s] ( 244/1242) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-20T11:36:20.4007655Z         PASS [   0.034s] ( 245/1242) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-20T11:36:20.4278856Z         PASS [   0.030s] ( 246/1242) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-20T11:36:20.4364726Z         PASS [   0.228s] ( 247/1242) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-20T11:36:20.4407093Z         PASS [   0.037s] ( 248/1242) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-20T11:36:20.4499622Z         PASS [   0.012s] ( 249/1242) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-20T11:36:20.4570029Z         PASS [   0.019s] ( 250/1242) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-20T11:36:20.4571473Z         PASS [   0.029s] ( 251/1242) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-20T11:36:20.4601599Z         PASS [   0.010s] ( 252/1242) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-20T11:36:20.4690201Z         PASS [   0.012s] ( 253/1242) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-20T11:36:20.4719921Z         PASS [   0.011s] ( 254/1242) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-20T11:36:20.4810494Z         PASS [   0.012s] ( 255/1242) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-20T11:36:20.4823283Z         PASS [   0.014s] ( 256/1242) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-20T11:36:20.4909597Z         PASS [   0.011s] ( 257/1242) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-20T11:36:20.4917098Z         PASS [   0.009s] ( 258/1242) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-20T11:36:20.4998628Z         PASS [   0.008s] ( 259/1242) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-20T11:36:20.5002566Z         PASS [   0.010s] ( 260/1242) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-20T11:36:20.5090240Z         PASS [   0.009s] ( 261/1242) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-20T11:36:20.5182702Z         PASS [   0.009s] ( 262/1242) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-20T11:36:20.5234159Z         PASS [   0.023s] ( 263/1242) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-20T11:36:20.5269910Z         PASS [   0.008s] ( 264/1242) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-20T11:36:20.5365090Z         PASS [   0.009s] ( 265/1242) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-20T11:36:20.5711791Z         PASS [   0.369s] ( 266/1242) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-20T11:36:20.6712631Z         PASS [   0.211s] ( 267/1242) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-20T11:36:20.7775355Z         PASS [   0.241s] ( 268/1242) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-20T11:36:20.7985941Z         PASS [   0.021s] ( 269/1242) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-20T11:36:20.8851926Z         PASS [   0.214s] ( 270/1242) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-20T11:36:20.8941669Z         PASS [   0.009s] ( 271/1242) spt-daemon broker::tests::advance_delivered_is_monotonic
2026-06-20T11:36:20.9038660Z         PASS [   0.009s] ( 272/1242) spt-daemon broker::tests::apply_once_enqueues_ptywrite_exactly_once_and_dedups_replay
2026-06-20T11:36:20.9468455Z         PASS [   0.423s] ( 273/1242) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-20T11:36:20.9559388Z         PASS [   0.009s] ( 274/1242) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-20T11:36:20.9649799Z         PASS [   0.009s] ( 275/1242) spt-daemon broker::tests::input_enqueue_drops_and_stamps_on_full_then_heals_on_drain
2026-06-20T11:36:20.9742678Z         PASS [   0.009s] ( 276/1242) spt-daemon broker::tests::input_writer_preserves_strict_fifo_order_through_the_sole_writer
2026-06-20T11:36:20.9832146Z         PASS [   0.009s] ( 277/1242) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-20T11:36:20.9919830Z         PASS [   0.009s] ( 278/1242) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-20T11:36:21.0009696Z         PASS [   0.009s] ( 279/1242) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-20T11:36:21.0105413Z         PASS [   0.009s] ( 280/1242) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-20T11:36:21.0129139Z         PASS [   0.441s] ( 281/1242) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-20T11:36:21.0200050Z         PASS [   0.009s] ( 282/1242) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-20T11:36:21.0225645Z         PASS [   0.009s] ( 283/1242) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-20T11:36:21.0289142Z         PASS [   0.009s] ( 284/1242) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-20T11:36:21.0325763Z         PASS [   0.010s] ( 285/1242) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-20T11:36:21.0381302Z         PASS [   0.009s] ( 286/1242) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-20T11:36:21.0418602Z         PASS [   0.009s] ( 287/1242) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-20T11:36:21.0473242Z         PASS [   0.009s] ( 288/1242) spt-daemon config::tests::missing_file_is_default
2026-06-20T11:36:21.0510096Z         PASS [   0.252s] ( 289/1242) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-20T11:36:21.0539997Z         PASS [   0.011s] ( 290/1242) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-20T11:36:21.0608277Z         PASS [   0.011s] ( 291/1242) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-20T11:36:21.0618292Z         PASS [   0.009s] ( 292/1242) spt-daemon config::tests::save_load_roundtrip
2026-06-20T11:36:21.0660003Z         PASS [   0.009s] ( 293/1242) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-20T11:36:21.0688750Z         PASS [   0.010s] ( 294/1242) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-20T11:36:21.0719782Z         PASS [   0.011s] ( 295/1242) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-20T11:36:21.0780210Z         PASS [   0.009s] ( 296/1242) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-20T11:36:21.0801082Z         PASS [   0.009s] ( 297/1242) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-20T11:36:21.0832152Z         PASS [   0.021s] ( 298/1242) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-20T11:36:21.0876618Z         PASS [   0.010s] ( 299/1242) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-20T11:36:21.0930656Z         PASS [   0.010s] ( 300/1242) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-20T11:36:21.0962832Z         PASS [   0.014s] ( 301/1242) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-20T11:36:21.1009865Z         PASS [   0.010s] ( 302/1242) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-20T11:36:21.1020595Z         PASS [   0.009s] ( 303/1242) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-20T11:36:21.1051091Z         PASS [   0.011s] ( 304/1242) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-20T11:36:21.1076804Z         PASS [   0.010s] ( 305/1242) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-20T11:36:21.1108326Z         PASS [   0.009s] ( 306/1242) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-20T11:36:21.1169262Z         PASS [   0.009s] ( 307/1242) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-20T11:36:21.1190572Z         PASS [   0.012s] ( 308/1242) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-20T11:36:21.1229713Z         PASS [   0.012s] ( 309/1242) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-20T11:36:21.1272120Z         PASS [   0.010s] ( 310/1242) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-20T11:36:21.1354516Z         PASS [   0.011s] ( 311/1242) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-20T11:36:21.1371296Z         PASS [   0.010s] ( 312/1242) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-20T11:36:21.1438233Z         PASS [   0.027s] ( 313/1242) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-20T11:36:21.1444159Z         PASS [   0.010s] ( 314/1242) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-20T11:36:21.1541136Z         PASS [   0.009s] ( 315/1242) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-20T11:36:21.1547680Z         PASS [   0.011s] ( 316/1242) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-20T11:36:21.1644387Z         PASS [   0.009s] ( 317/1242) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-20T11:36:21.1668886Z         PASS [   0.012s] ( 318/1242) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-20T11:36:21.1733917Z         PASS [   0.009s] ( 319/1242) spt-daemon digest::tests::resolve_config_precedence
2026-06-20T11:36:21.1771886Z         PASS [   0.010s] ( 320/1242) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-20T11:36:21.1836144Z         PASS [   0.009s] ( 321/1242) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-20T11:36:21.1880099Z         PASS [   0.009s] ( 322/1242) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-20T11:36:21.1922163Z         PASS [   0.009s] ( 323/1242) spt-daemon digesthub::tests::render_is_glanceable
2026-06-20T11:36:21.1951765Z         PASS [   0.009s] ( 324/1242) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-20T11:36:21.2011759Z         PASS [   0.009s] ( 325/1242) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-20T11:36:21.2050932Z         PASS [   0.065s] ( 326/1242) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-20T11:36:21.2060194Z         PASS [   0.009s] ( 327/1242) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-20T11:36:21.2108613Z         PASS [   0.010s] ( 328/1242) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-20T11:36:21.2150009Z         PASS [   0.010s] ( 329/1242) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-20T11:36:21.2182126Z         PASS [   0.014s] ( 330/1242) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-20T11:36:21.2227044Z         PASS [   0.010s] ( 331/1242) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-20T11:36:21.2279516Z         PASS [   0.013s] ( 332/1242) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-20T11:36:21.2308572Z         PASS [   0.010s] ( 333/1242) spt-daemon effect::tests::apply_once_does_not_hold_the_journal_lock_across_effect
2026-06-20T11:36:21.2403605Z         PASS [   0.023s] ( 334/1242) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-20T11:36:21.2503734Z         PASS [   0.010s] ( 335/1242) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-20T11:36:21.2578672Z         PASS [   0.030s] ( 336/1242) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-20T11:36:21.2650007Z         PASS [   0.007s] ( 337/1242) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-20T11:36:21.2686009Z         PASS [   0.018s] ( 338/1242) spt-daemon effect::tests::ptywrite_skips_the_durable_journal_write_while_netsend_persists
2026-06-20T11:36:21.2724972Z         PASS [   0.007s] ( 339/1242) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-20T11:36:21.2779191Z         PASS [   0.009s] ( 340/1242) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-20T11:36:21.2809734Z         PASS [   0.008s] ( 341/1242) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-20T11:36:21.2862216Z         PASS [   0.008s] ( 342/1242) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-20T11:36:21.2895051Z         PASS [   0.008s] ( 343/1242) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-20T11:36:21.2952540Z         PASS [   0.009s] ( 344/1242) spt-daemon grants::tests::escalation_answers_apply
2026-06-20T11:36:21.2982357Z         PASS [   0.009s] ( 345/1242) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-20T11:36:21.3066938Z         PASS [   0.008s] ( 346/1242) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-20T11:36:21.3152210Z         PASS [   0.008s] ( 347/1242) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-20T11:36:21.3235411Z         PASS [   0.008s] ( 348/1242) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-20T11:36:21.3251916Z         PASS [   0.094s] ( 349/1242) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-20T11:36:21.3320054Z         PASS [   0.008s] ( 350/1242) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-20T11:36:21.3340098Z         PASS [   0.009s] ( 351/1242) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-20T11:36:21.3421621Z         PASS [   0.010s] ( 352/1242) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-20T11:36:21.3430653Z         PASS [   0.009s] ( 353/1242) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-20T11:36:21.3525403Z         PASS [   0.009s] ( 354/1242) spt-daemon harnesshost::tests::prepare_resume_falls_back_to_self_when_no_resume_role
2026-06-20T11:36:21.3540217Z         PASS [   0.010s] ( 355/1242) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-20T11:36:21.3637581Z         PASS [   0.010s] ( 356/1242) spt-daemon harnesshost::tests::prepare_selects_resume_template_on_resume_else_self
2026-06-20T11:36:21.3640586Z         PASS [   0.010s] ( 357/1242) spt-daemon harnesshost::tests::prepare_threads_translation_binary_path_when_declared
2026-06-20T11:36:21.4187000Z         PASS [   0.054s] ( 358/1242) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-20T11:36:21.4187995Z         PASS [   0.056s] ( 359/1242) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-20T11:36:21.4250822Z         PASS [   0.128s] ( 360/1242) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-20T11:36:21.4496054Z         PASS [   0.031s] ( 361/1242) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-20T11:36:21.4497454Z         PASS [   0.033s] ( 362/1242) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-20T11:36:21.4810219Z         PASS [   0.031s] ( 363/1242) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-20T11:36:21.4872582Z         PASS [   0.063s] ( 364/1242) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-20T11:36:21.5114298Z         PASS [   0.061s] ( 365/1242) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-20T11:36:21.5433829Z         PASS [   0.062s] ( 366/1242) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-20T11:36:21.5437783Z         PASS [   0.032s] ( 367/1242) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-20T11:36:21.5531943Z         PASS [   0.066s] ( 368/1242) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-20T11:36:21.6228697Z         PASS [   0.069s] ( 369/1242) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-20T11:36:21.6324796Z         PASS [   0.009s] ( 370/1242) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-20T11:36:21.7016730Z         PASS [   0.158s] ( 371/1242) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-20T11:36:21.7079174Z         PASS [   0.075s] ( 372/1242) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-20T11:36:21.7705654Z         PASS [   0.069s] ( 373/1242) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-20T11:36:21.7825780Z         PASS [   0.075s] ( 374/1242) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-20T11:36:21.7853510Z         PASS [   0.242s] ( 375/1242) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-20T11:36:21.8169253Z         PASS [   0.035s] ( 376/1242) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-20T11:36:21.8268206Z         PASS [   0.056s] ( 377/1242) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-20T11:36:21.8395027Z         PASS [   0.013s] ( 378/1242) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-06-20T11:36:21.8416763Z         PASS [   0.056s] ( 379/1242) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-20T11:36:21.8741792Z         PASS [   0.034s] ( 380/1242) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-06-20T11:36:21.8858053Z         PASS [   0.044s] ( 381/1242) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-20T11:36:21.9293259Z         PASS [   0.044s] ( 382/1242) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-20T11:36:21.9328283Z         PASS [   0.059s] ( 383/1242) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-20T11:36:21.9422538Z         PASS [   0.012s] ( 384/1242) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-20T11:36:21.9510866Z         PASS [   0.009s] ( 385/1242) spt-daemon livehost::tests::residency_classification
2026-06-20T11:36:21.9561904Z         PASS [   0.023s] ( 386/1242) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-20T11:36:21.9654593Z         PASS [   0.009s] ( 387/1242) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-20T11:36:21.9748026Z         PASS [   0.009s] ( 388/1242) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-20T11:36:21.9832923Z         PASS [   0.009s] ( 389/1242) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-20T11:36:21.9929614Z         PASS [   0.009s] ( 390/1242) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-06-20T11:36:22.0017767Z         PASS [   0.009s] ( 391/1242) spt-daemon msg::tests::input_req_absent_ack_defaults_true_n_minus_1_safe
2026-06-20T11:36:22.0104192Z         PASS [   0.009s] ( 392/1242) spt-daemon msg::tests::input_req_ack_false_round_trips_faithfully
2026-06-20T11:36:22.0192073Z         PASS [   0.009s] ( 393/1242) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-20T11:36:22.0279095Z         PASS [   0.009s] ( 394/1242) spt-daemon msg::tests::output_envelope_round_trips
2026-06-20T11:36:22.0291962Z         LEAK [   0.212s] ( 395/1242) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-20T11:36:22.0367961Z         PASS [   0.009s] ( 396/1242) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-20T11:36:22.0377315Z         PASS [   0.009s] ( 397/1242) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-20T11:36:22.0733841Z         PASS [   0.035s] ( 398/1242) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-20T11:36:22.1161291Z         PASS [   0.042s] ( 399/1242) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-20T11:36:22.1734202Z         LEAK [   0.223s] ( 400/1242) spt-daemon livehost::tests::stop_host_reaps_the_detached_psyche_process
2026-06-20T11:36:22.1825744Z         PASS [   0.009s] ( 401/1242) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-20T11:36:22.2301419Z         PASS [   0.193s] ( 402/1242) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-20T11:36:22.2543107Z         PASS [   0.071s] ( 403/1242) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-20T11:36:22.4042889Z         PASS [   0.174s] ( 404/1242) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-20T11:36:22.4512628Z         PASS [   0.197s] ( 405/1242) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-20T11:36:22.5592939Z         PASS [   0.108s] ( 406/1242) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-20T11:36:22.6082441Z         PASS [   0.204s] ( 407/1242) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-20T11:36:22.6691839Z         PASS [   0.061s] ( 408/1242) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-20T11:36:22.6997952Z         PASS [   0.031s] ( 409/1242) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-20T11:36:22.7197127Z         PASS [   0.160s] ( 410/1242) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-20T11:36:22.9701747Z         PASS [   0.270s] ( 411/1242) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-20T11:36:22.9809503Z         PASS [   0.261s] ( 412/1242) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-20T11:36:23.0343267Z         PASS [   0.064s] ( 413/1242) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-20T11:36:23.1881196Z         PASS [   0.154s] ( 414/1242) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-20T11:36:23.1924749Z         PASS [   0.212s] ( 415/1242) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-20T11:36:23.2025239Z         PASS [   1.086s] ( 416/1242) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-20T11:36:23.3067436Z         PASS [   0.114s] ( 417/1242) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-20T11:36:23.3137136Z         PASS [   0.111s] ( 418/1242) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-20T11:36:23.3149116Z         PASS [   0.008s] ( 419/1242) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-20T11:36:23.3237258Z         PASS [   0.010s] ( 420/1242) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-20T11:36:23.3248320Z         PASS [   0.009s] ( 421/1242) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-20T11:36:23.3252478Z         PASS [   0.137s] ( 422/1242) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-20T11:36:23.3335998Z         PASS [   0.008s] ( 423/1242) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-20T11:36:23.3337317Z         PASS [   0.010s] ( 424/1242) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-20T11:36:23.3345431Z         PASS [   0.010s] ( 425/1242) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-20T11:36:23.4621415Z         PASS [   0.129s] ( 426/1242) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-20T11:36:23.4689520Z         PASS [   0.134s] ( 427/1242) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-20T11:36:23.5606608Z         PASS [   0.227s] ( 428/1242) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-20T11:36:23.5946534Z         PASS [   0.132s] ( 429/1242) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-20T11:36:23.6029213Z         PASS [   0.134s] ( 430/1242) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-20T11:36:23.7194724Z         PASS [   0.125s] ( 431/1242) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-20T11:36:23.7307638Z         PASS [   0.011s] ( 432/1242) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-20T11:36:23.7406270Z         PASS [   0.010s] ( 433/1242) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-20T11:36:23.7467543Z         PASS [   0.186s] ( 434/1242) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-20T11:36:23.7540380Z         PASS [   0.013s] ( 435/1242) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-20T11:36:23.7565694Z         PASS [   0.010s] ( 436/1242) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-20T11:36:23.7634016Z         PASS [   0.009s] ( 437/1242) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-20T11:36:23.7652889Z         PASS [   0.009s] ( 438/1242) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-20T11:36:23.7727094Z         PASS [   0.009s] ( 439/1242) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-20T11:36:23.7745714Z         PASS [   0.009s] ( 440/1242) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-20T11:36:23.7823093Z         PASS [   0.009s] ( 441/1242) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-20T11:36:23.7833086Z         PASS [   0.009s] ( 442/1242) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-20T11:36:23.7927467Z         PASS [   0.009s] ( 443/1242) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-20T11:36:23.8021921Z         PASS [   0.009s] ( 444/1242) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-20T11:36:23.8082472Z         PASS [   0.026s] ( 445/1242) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-20T11:36:23.8126808Z         PASS [   0.010s] ( 446/1242) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-20T11:36:23.8174161Z         PASS [   0.214s] ( 447/1242) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-20T11:36:23.8183291Z         PASS [   0.010s] ( 448/1242) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-20T11:36:23.8283173Z         PASS [   0.010s] ( 449/1242) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-20T11:36:23.8374325Z         PASS [   0.009s] ( 450/1242) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-06-20T11:36:23.8482047Z         PASS [   0.011s] ( 451/1242) spt-daemon reconcile::tests::active_node_wins
2026-06-20T11:36:23.8527601Z         PASS [   0.040s] ( 452/1242) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-20T11:36:23.8584485Z         PASS [   0.010s] ( 453/1242) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-20T11:36:23.8634133Z         PASS [   0.011s] ( 454/1242) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-20T11:36:23.8687106Z         PASS [   0.010s] ( 455/1242) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-20T11:36:23.8695223Z         PASS [   0.051s] ( 456/1242) spt-daemon reap::tests::group_reaps_enrolled_child_and_grandchild
2026-06-20T11:36:23.8832142Z         PASS [   0.014s] ( 457/1242) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-20T11:36:23.8841320Z         PASS [   0.015s] ( 458/1242) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-20T11:36:23.8942652Z         PASS [   0.030s] ( 459/1242) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-20T11:36:23.8991293Z         PASS [   0.014s] ( 460/1242) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-20T11:36:23.9024524Z         PASS [   0.019s] ( 461/1242) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-20T11:36:23.9129687Z         PASS [   0.013s] ( 462/1242) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-20T11:36:23.9131262Z         PASS [   0.019s] ( 463/1242) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-20T11:36:23.9165579Z         PASS [   0.014s] ( 464/1242) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-20T11:36:23.9259295Z         PASS [   0.013s] ( 465/1242) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-20T11:36:23.9296002Z         PASS [   0.016s] ( 466/1242) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-06-20T11:36:23.9300987Z         PASS [   0.014s] ( 467/1242) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-20T11:36:23.9398611Z         PASS [   0.010s] ( 468/1242) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-20T11:36:23.9413340Z         PASS [   0.016s] ( 469/1242) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-20T11:36:23.9419157Z         PASS [   0.012s] ( 470/1242) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-20T11:36:23.9523460Z         PASS [   0.012s] ( 471/1242) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-20T11:36:23.9629639Z         PASS [   0.010s] ( 472/1242) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-20T11:36:23.9737252Z         PASS [   0.011s] ( 473/1242) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-20T11:36:23.9852132Z         PASS [   0.011s] ( 474/1242) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-20T11:36:23.9953946Z         PASS [   0.010s] ( 475/1242) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-20T11:36:24.0056212Z         PASS [   0.010s] ( 476/1242) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-20T11:36:24.0165215Z         PASS [   0.011s] ( 477/1242) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-20T11:36:24.0377372Z         PASS [   0.021s] ( 478/1242) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-20T11:36:24.0603149Z         PASS [   0.022s] ( 479/1242) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-20T11:36:24.0813989Z         PASS [   0.021s] ( 480/1242) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-20T11:36:24.0875759Z         PASS [   0.146s] ( 481/1242) spt-daemon relay::tests::run_honors_stop
2026-06-20T11:36:24.0970814Z         PASS [   0.009s] ( 482/1242) spt-daemon release::tests::hex_roundtrips
2026-06-20T11:36:24.1029562Z         PASS [   0.021s] ( 483/1242) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-20T11:36:24.1136686Z         PASS [   0.011s] ( 484/1242) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-20T11:36:24.1239196Z         PASS [   0.010s] ( 485/1242) spt-daemon release::tests::revoked_key_is_rejected
2026-06-20T11:36:24.1345818Z         PASS [   0.011s] ( 486/1242) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-20T11:36:24.1417143Z         PASS [   0.044s] ( 487/1242) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-20T11:36:24.1530473Z         PASS [   0.209s] ( 488/1242) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-20T11:36:24.1620323Z         PASS [   0.024s] ( 489/1242) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-20T11:36:24.1660214Z         PASS [   0.022s] ( 490/1242) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-20T11:36:24.1760986Z         PASS [   0.022s] ( 491/1242) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-20T11:36:24.1844949Z         PASS [   0.021s] ( 492/1242) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-20T11:36:24.1924505Z         PASS [   0.033s] ( 493/1242) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-20T11:36:24.1940182Z         PASS [   0.022s] ( 494/1242) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-20T11:36:24.2062758Z         PASS [   0.021s] ( 495/1242) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-20T11:36:24.2147448Z         PASS [   0.022s] ( 496/1242) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-20T11:36:24.2194904Z         PASS [   0.013s] ( 497/1242) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-20T11:36:24.2270298Z         PASS [   0.010s] ( 498/1242) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-20T11:36:24.2305902Z         PASS [   0.011s] ( 499/1242) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-20T11:36:24.2344300Z         PASS [   0.009s] ( 500/1242) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-20T11:36:24.2375099Z         PASS [   0.043s] ( 501/1242) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-20T11:36:24.2456235Z         PASS [   0.011s] ( 502/1242) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-20T11:36:24.2469753Z         PASS [   0.009s] ( 503/1242) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-20T11:36:24.2555289Z         PASS [   0.010s] ( 504/1242) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-20T11:36:24.2663511Z         PASS [   0.011s] ( 505/1242) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-20T11:36:24.2754381Z         PASS [   0.009s] ( 506/1242) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-20T11:36:24.2840507Z         PASS [   0.053s] ( 507/1242) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-20T11:36:24.2860097Z         PASS [   0.011s] ( 508/1242) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-20T11:36:24.2999423Z         PASS [   0.016s] ( 509/1242) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-20T11:36:24.3035511Z         PASS [   0.017s] ( 510/1242) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-20T11:36:24.3071327Z         PASS [   0.061s] ( 511/1242) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-20T11:36:24.3160155Z         PASS [   0.016s] ( 512/1242) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-06-20T11:36:24.3185776Z         PASS [   0.015s] ( 513/1242) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-20T11:36:24.3234837Z         PASS [   0.016s] ( 514/1242) spt-daemon seedmap::tests::take_absent_is_none
2026-06-20T11:36:24.3279884Z         PASS [   0.008s] ( 515/1242) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-20T11:36:24.3309945Z         PASS [   0.009s] ( 516/1242) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-20T11:36:24.3333399Z         PASS [   0.010s] ( 517/1242) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-20T11:36:24.3334650Z         PASS [   0.009s] ( 518/1242) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-20T11:36:24.3371418Z         PASS [   0.009s] ( 519/1242) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-20T11:36:24.3424759Z         PASS [   0.009s] ( 520/1242) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-20T11:36:24.3434030Z         PASS [   0.010s] ( 521/1242) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-20T11:36:24.3471657Z         PASS [   0.010s] ( 522/1242) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-20T11:36:24.3511511Z         PASS [   0.009s] ( 523/1242) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-20T11:36:24.3519509Z         PASS [   0.008s] ( 524/1242) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-20T11:36:24.3555096Z         PASS [   0.008s] ( 525/1242) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-20T11:36:24.3597331Z         PASS [   0.008s] ( 526/1242) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-20T11:36:24.3604848Z         PASS [   0.008s] ( 527/1242) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-20T11:36:24.3644908Z         PASS [   0.009s] ( 528/1242) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-20T11:36:24.3692157Z         PASS [   0.008s] ( 529/1242) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-20T11:36:24.3695983Z         PASS [   0.010s] ( 530/1242) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-20T11:36:24.3740967Z         PASS [   0.009s] ( 531/1242) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-20T11:36:24.3802752Z         PASS [   0.011s] ( 532/1242) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-20T11:36:24.3866404Z         PASS [   0.012s] ( 533/1242) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-20T11:36:24.3867797Z         PASS [   0.017s] ( 534/1242) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-20T11:36:24.4021269Z         PASS [   0.015s] ( 535/1242) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-20T11:36:24.4137582Z         PASS [   0.011s] ( 536/1242) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-20T11:36:24.4253232Z         PASS [   0.011s] ( 537/1242) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-20T11:36:24.4377116Z         PASS [   0.012s] ( 538/1242) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-20T11:36:24.4474879Z         PASS [   0.009s] ( 539/1242) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-20T11:36:24.4565486Z         PASS [   0.009s] ( 540/1242) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-20T11:36:24.4900653Z         PASS [   0.034s] ( 541/1242) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-20T11:36:24.5025699Z         PASS [   0.012s] ( 542/1242) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-20T11:36:24.5149810Z         PASS [   0.011s] ( 543/1242) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-20T11:36:24.5264201Z         PASS [   0.012s] ( 544/1242) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-20T11:36:24.5665053Z         PASS [   0.040s] ( 545/1242) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-20T11:36:24.5851443Z         PASS [   0.199s] ( 546/1242) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-20T11:36:24.5941926Z         PASS [   0.214s] ( 547/1242) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-20T11:36:24.5954037Z         PASS [   0.010s] ( 548/1242) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-20T11:36:24.6028387Z         PASS [   0.009s] ( 549/1242) spt-daemon sync::tests::gate_decision_table
2026-06-20T11:36:24.6099268Z         PASS [   0.043s] ( 550/1242) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-20T11:36:24.6187285Z         PASS [   0.009s] ( 551/1242) spt-daemon translation::tests::inject_floor_buffers_while_held_then_drains_in_order
2026-06-20T11:36:24.6273519Z         PASS [   0.009s] ( 552/1242) spt-daemon translation::tests::key_cmd_parses_each_wire_shape
2026-06-20T11:36:24.6363621Z         PASS [   0.009s] ( 553/1242) spt-daemon translation::tests::key_to_bytes_send_keys_map
2026-06-20T11:36:24.6451154Z         PASS [   0.009s] ( 554/1242) spt-daemon translation::tests::to_binary_serializes_to_wire_and_input_is_content_free
2026-06-20T11:36:24.6546940Z         PASS [   0.010s] ( 555/1242) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-20T11:36:24.6643010Z         PASS [   0.010s] ( 556/1242) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-20T11:36:24.6732112Z         PASS [   0.009s] ( 557/1242) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-20T11:36:24.6818670Z         PASS [   0.009s] ( 558/1242) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-20T11:36:24.6918045Z         PASS [   0.010s] ( 559/1242) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-20T11:36:24.7004573Z         PASS [   0.009s] ( 560/1242) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-20T11:36:24.7092197Z         PASS [   0.009s] ( 561/1242) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-20T11:36:24.7177546Z         PASS [   0.008s] ( 562/1242) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-20T11:36:24.7260788Z         PASS [   0.008s] ( 563/1242) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-20T11:36:24.7343127Z         PASS [   0.008s] ( 564/1242) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-20T11:36:24.7345297Z         PASS [   0.139s] ( 565/1242) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-20T11:36:24.7432875Z         PASS [   0.009s] ( 566/1242) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-20T11:36:24.7663118Z         PASS [   0.032s] ( 567/1242) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-20T11:36:24.7872398Z         PASS [   0.021s] ( 568/1242) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-20T11:36:24.7921707Z         PASS [   0.049s] ( 569/1242) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-20T11:36:24.7982174Z         PASS [   0.011s] ( 570/1242) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-20T11:36:24.8027174Z         PASS [   0.010s] ( 571/1242) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-20T11:36:24.8124462Z         PASS [   0.009s] ( 572/1242) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-20T11:36:24.8192762Z         PASS [   0.020s] ( 573/1242) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-20T11:36:24.8320384Z         PASS [   0.229s] ( 574/1242) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-20T11:36:24.9976078Z         PASS [   0.178s] ( 575/1242) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-20T11:36:25.0377775Z         PASS [   0.040s] ( 576/1242) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-20T11:36:25.0784004Z         PASS [   0.040s] ( 577/1242) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-20T11:36:25.0982561Z         PASS [   0.286s] ( 578/1242) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-20T11:36:25.1170310Z         PASS [   0.038s] ( 579/1242) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-20T11:36:25.1393500Z         PASS [   0.041s] ( 580/1242) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-20T11:36:25.1598099Z         PASS [   0.043s] ( 581/1242) spt-daemon::attach loopback_attach_to_a_prepopulated_ring_delivers_without_deadlock
2026-06-20T11:36:25.1775727Z         PASS [   0.038s] ( 582/1242) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-20T11:36:25.2399544Z         PASS [   0.080s] ( 583/1242) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-20T11:36:25.2634314Z         PASS [   0.086s] ( 584/1242) spt-daemon::attach resize_is_controller_exclusive
2026-06-20T11:36:25.2939700Z         PASS [   0.054s] ( 585/1242) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-20T11:36:25.3689440Z         PASS [   0.105s] ( 586/1242) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-20T11:36:25.4640526Z         PASS [   0.095s] ( 587/1242) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-20T11:36:25.5177228Z         PASS [   0.054s] ( 588/1242) spt-daemon::broker ack_false_input_suppresses_applied_frame
2026-06-20T11:36:25.5361038Z         PASS [   0.018s] ( 589/1242) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-20T11:36:25.5569547Z         PASS [   0.021s] ( 590/1242) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-06-20T11:36:25.5743027Z         PASS [   0.017s] ( 591/1242) spt-daemon::broker endpoint_keyed_inject_reaches_hosted_pty
2026-06-20T11:36:25.7129618Z         PASS [   0.138s] ( 592/1242) spt-daemon::broker exactly_once_preserved_on_no_ack_path
2026-06-20T11:36:25.7395545Z         FAIL [   0.024s] ( 593/1242) spt-daemon::broker spawn_env_reaches_child
2026-06-20T11:36:25.7396583Z   stdout ───
2026-06-20T11:36:25.7397103Z 
2026-06-20T11:36:25.7397400Z     running 1 test
2026-06-20T11:36:25.7397888Z     test spawn_env_reaches_child ... FAILED
2026-06-20T11:36:25.7398320Z 
2026-06-20T11:36:25.7398655Z     failures:
2026-06-20T11:36:25.7399012Z 
2026-06-20T11:36:25.7399327Z     failures:
2026-06-20T11:36:25.7399779Z         spawn_env_reaches_child
2026-06-20T11:36:25.7400160Z 
2026-06-20T11:36:25.7400687Z     test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.01s
2026-06-20T11:36:25.7401364Z 
2026-06-20T11:36:25.7401730Z   stderr ───
2026-06-20T11:36:25.7402036Z 
2026-06-20T11:36:25.7402604Z     thread 'spawn_env_reaches_child' (2834756) panicked at crates/spt-daemon/tests/broker.rs:385:5:
2026-06-20T11:36:25.7403475Z     injected SpawnReq.env must reach the child: ""
2026-06-20T11:36:25.7404229Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-20T11:36:25.7404834Z 
2026-06-20T11:36:25.7405186Z   Cancelling due to test failure: 15 tests still running
2026-06-20T11:36:25.9190953Z         PASS [   5.015s] ( 594/1242) spt-daemon broker::tests::controller_deliver_is_bounded_never_a_permanent_park
2026-06-20T11:36:27.9844522Z         PASS [  32.999s] ( 595/1242) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-20T11:36:28.0953355Z         PASS [  33.109s] ( 596/1242) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-20T11:36:29.6154298Z         PASS [  10.208s] ( 597/1242) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-20T11:36:30.0649176Z         PASS [  27.919s] ( 598/1242) spt::resume_template_e2e endpoint_run_resume_selects_resume_template_in_recorded_cwd
2026-06-20T11:36:31.2719991Z         PASS [  33.870s] ( 599/1242) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-20T11:36:31.9512595Z         PASS [   6.657s] ( 600/1242) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-20T11:36:33.1618093Z         PASS [  15.197s] ( 601/1242) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-20T11:36:33.2300486Z         PASS [  35.076s] ( 602/1242) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-20T11:36:36.6532693Z         PASS [  41.668s] ( 603/1242) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-20T11:36:38.0416724Z         PASS [  28.713s] ( 604/1242) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-20T11:36:41.5324664Z         PASS [  43.380s] ( 605/1242) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-20T11:36:55.0051215Z         SLOW [> 60.000s] (─────────) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-20T11:36:55.0052216Z         SLOW [> 60.000s] (─────────) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-20T11:36:55.3389490Z         PASS [  60.354s] ( 606/1242) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-20T11:37:00.6555215Z         PASS [  65.670s] ( 607/1242) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-20T11:37:24.8334810Z         SLOW [> 60.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:38:24.8341430Z         SLOW [>120.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:39:24.8357382Z         SLOW [>180.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:40:24.8364067Z  TERMINATING [>240.000s] (─────────) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:40:24.8396540Z      TIMEOUT [ 240.008s] ( 608/1242) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:40:24.8397208Z   stdout ───
2026-06-20T11:40:24.8397364Z 
2026-06-20T11:40:24.8397498Z     running 1 test
2026-06-20T11:40:24.8397823Z     test attach_survives_target_brain_restart_exactly_once has been running for over 60 seconds
2026-06-20T11:40:24.8398237Z   stderr ───
2026-06-20T11:40:24.8398350Z 
2026-06-20T11:40:24.8400883Z     thread '<unnamed>' (2834471) panicked at crates/spt-daemon/tests/attach.rs:722:14:
2026-06-20T11:40:24.8401603Z     re-serve: Custom { kind: InvalidData, error: "output gap: got seq 1 want 0" }
2026-06-20T11:40:24.8402114Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-20T11:40:24.8402419Z 
2026-06-20T11:40:24.8402528Z     (test timed out)
2026-06-20T11:40:24.8402672Z 
2026-06-20T11:40:24.8402853Z ────────────
2026-06-20T11:40:24.8403233Z      Summary [ 269.874s] 608/1242 tests run: 606 passed (2 slow, 2 leaky), 1 failed, 1 timed out, 1 skipped
2026-06-20T11:40:24.8403760Z         FAIL [   0.024s] ( 593/1242) spt-daemon::broker spawn_env_reaches_child
2026-06-20T11:40:24.8404266Z      TIMEOUT [ 240.008s] ( 608/1242) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-20T11:40:24.8405014Z warning: 634/1242 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-20T11:40:24.8515571Z error: test run failed
2026-06-20T11:40:24.8623843Z ##[error]Process completed with exit code 100.
2026-06-20T11:40:24.8900540Z Post job cleanup.
2026-06-20T11:40:25.0599585Z [command]/usr/bin/git version
2026-06-20T11:40:25.0667245Z git version 2.43.0
2026-06-20T11:40:25.0702509Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2fcc0132-4844-4b0d-9f37-db230d47c795' before making global git config changes
2026-06-20T11:40:25.0703504Z Adding repository directory to the temporary git global config as a safe directory
2026-06-20T11:40:25.0706128Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-20T11:40:25.0736028Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-20T11:40:25.0763036Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-20T11:40:25.0984016Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-20T11:40:25.1004116Z http.https://github.com/.extraheader
2026-06-20T11:40:25.1011111Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-20T11:40:25.1037017Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-20T11:40:25.1215032Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-20T11:40:25.1240872Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-20T11:40:25.1549626Z Cleaning up orphan processes
2026-06-20T11:40:25.2228579Z Terminate orphan process: pid (2830964) (spt)
2026-06-20T11:40:25.2248495Z Terminate orphan process: pid (2830975) (spt)
